Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/8.0] [NativeAOT] Fix iOS library build by linking standard C++ library by default #92141

Merged
merged 2 commits into from
Sep 16, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 15, 2023

Backport of #92114 to release/8.0

/cc @ivanpovazan

Customer Impact

This fixes a regression introduced in RC1 release which resulted in build failures when building an iOS library with NativeAOT build integration targets (originally reported here: #91997).

Testing

CI should verify this change does not introduce a regression.
Additionally, building an iOS library with NativeAOT was manually tested and verified that it works.

Risk

Low.

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

@ghost
Copy link

ghost commented Sep 15, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #92114 to release/8.0

/cc @ivanpovazan

Customer Impact

Testing

Risk

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

@ivanpovazan ivanpovazan added the Servicing-consider Issue for next servicing release review label Sep 15, 2023
@SamMonoRT SamMonoRT added this to the 8.0.0 milestone Sep 15, 2023
@ivanpovazan
Copy link
Member

The original PR has been merged to main via: fa1bf3c
Since all tests are passing here and manually it was confirmed that the fix is valid, this backport is ready to be merged as well.

@SamMonoRT SamMonoRT added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 16, 2023
@SamMonoRT
Copy link
Member

cc @carlossanlop - this is ready to be merged. Thanks

@carlossanlop carlossanlop merged commit 287c10d into release/8.0 Sep 16, 2023
110 of 113 checks passed
@carlossanlop carlossanlop deleted the backport/pr-92114-to-release/8.0 branch September 16, 2023 21:05
@radical radical mentioned this pull request Sep 26, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-NativeAOT-coreclr Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants